.game_text p, b, i, h1, h2, h3, h4, h5 {
    font-family: "Pixelated MS Sans Serif";
    font-style: normal;
    font-weight: 400;
    src: url(ms_sans_serif.woff) format("woff");
    src: url(ms_sans_serif.woff2) format("woff2");
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.game_text.zoom {
    filter: opacity(0);
    font-size: 3rem;
    width: auto;
    height: auto;
}
.game_text.zoom:hover {
    filter: opacity(1);
    filter: drop-shadow(1px 1px 1px white);
}